home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 9,300 to 9,399 / 9300.zip / AOLDLs / HTML & Web Tools (MAC) / SIZZLER_ v1.0b4 Editor_Converte / Sizzler.sit / Sizzler / Configuring Your Server < prev    next >
Text File  |  1996-02-09  |  4KB  |  72 lines

  1. ---------------------
  2. Configuring Your Server
  3. ---------------------
  4. Table of Contents
  5. What's Sizzler?
  6. Some Terminology
  7. Configuring a Server
  8. Legal & Contact Info
  9. ---------------------
  10.  
  11. What's Sizzler?
  12. --------------
  13. Sizzler adds animation to the static text and graphics of HTML.  Sizzler is an application that creates Sprite files which are optimized for the Web.  QuickTime movies and/or PICS files can be dropped on the Sizzler application and the result is a highly compressed interactive animation Sprite file.  The Sizzler Plug-in allows Netscape Navigator 2.0 to display Sprite files.
  14.  
  15. Some Terminology
  16. ----------------
  17. Files on the Internet are referenced through a URL (Uniform Resource Locator).  A URL contains three parts, the protocol to use, the host, and the path to the file.  Here is an example:
  18.  
  19. http://www.totallyhip.com/Tools/logo.sprite
  20.  
  21. In this case, the protocol is "http" which stands for "HyperText Transport Protocol".  This is the standard protocol used on the Web to transmit HTML (HyperText Markup Language) documents from the server to your browser.  The host is "www.totallyhip.com" and the path is "/Tools/logo.sprite" where "logo.sprite" is the sprite file of interest. 
  22. When a server receives a request like the one above, the server responds by sending the contents of the file indicated along with a MIME type.  The MIME type indicates the kind of data that the server is sending in response to a request for a certain URL.  The server determines the MIME type to send based on the file name extension.  The MIME type for Sprite files is "application/x-sprite".
  23.  
  24. Configuring a Server
  25. ---------------------
  26. In order to publish Sprite files on a Web server you must configure the server to recognize Sprite files.  Once configured, the server will recognize the "sprite" or "spr" file name extension and translate this into a MIME type of "application/x-sprite".  If you are a System Administrator you can do this yourself, otherwise you will need to contact your System Administrator or WebMaster and supply the information shown below.
  27.  
  28. Configuring most UNIX Servers
  29. Here is the information that is needed to add an entry to the mime types file.  This file is usually located in the "conf" or "config" directory.
  30.      MIME Type: application
  31.      SubType: x-sprite
  32.      Extensions: sprite, spr
  33.  
  34. Configuring CERN HTTPD Servers
  35. Add the following entries to the configuration file in "server_root/config":
  36.      AddType     .SPRITE     application/x-sprite     8bit     1.0
  37.      AddType     .SPR          application/x-sprite     8bit     1.0
  38.  
  39. Configuring NCSA HTTPD Servers
  40. Add the following entries to the file "ServerRoot/conf/mime.types":
  41.      application/x-sprite     sprite
  42.      application/x-sprite     spr
  43.  
  44. Configuring Mac HTTP Servers
  45. Add the following entries to the "MacHTTP.config" file:
  46.      BINARY     .SPRITE     TEXT  *  application/x-sprite
  47.      BINARY     .SPR          TEXT  *  application/x-sprite
  48.  
  49. Configuring WebSTAR Servers
  50. 1.  Run the WebSTAR Admin application.
  51. 2.  Choose your server in the Pick a Server window.
  52. 3.  From the Configure Menu choose Suffix Mapping.  Use the following information:
  53.      Action: BINARY
  54.      File Suffix: .SPRITE
  55.      File Type: TEXT
  56.      Creator: *
  57.      MIME Type: application/x-sprite
  58. 4.  Repeat the above but with a File Suffix of ".SPR".
  59.  
  60.  
  61. Legal & Contact Info
  62. ------------------
  63. Sizzler and Sizzler Plug-in For Macintosh
  64. Copyright (c) 1996 Totally Hip Software.  All Rights Reserved.
  65. Sizzler and Sizzler Plug-in are the property of Totally Hip Software and may not be altered, reproduced or copied in any way, shape or form without prior written consent from Totally Hip Software.
  66.  
  67. Totally Hip Software
  68. 301-1224 Hamilton Street
  69. Vancouver, B.C.  V6B 2S8
  70. Web Site: http://www.totallyhip.com
  71. Email: sizzler@totallyhip.com
  72.